google.golang.org/grpc/internal/transport.channelzData.lastMsgSentTime (field)

5 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L1754: 		LastMessageSentTimestamp:        time.Unix(0, atomic.LoadInt64(&t.czData.lastMsgSentTime)),
		http2_client.go#L1773: 	atomic.StoreInt64(&t.czData.lastMsgSentTime, time.Now().UnixNano())
		http2_server.go#L1391: 		LastMessageSentTimestamp:         time.Unix(0, atomic.LoadInt64(&t.czData.lastMsgSentTime)),
		http2_server.go#L1408: 	atomic.StoreInt64(&t.czData.lastMsgSentTime, time.Now().UnixNano())
		transport.go#L810: 	lastMsgSentTime       int64